bit ordering造句
例句與造句
- The byte value 57 16 can be transmitted in two different orders, depending on the bit ordering convention used.
- Variations of a particular protocol can impose pre-inversion, post-inversion and reversed bit ordering as described above.
- If the data is destined for serial communication, it is best to use the bit ordering the data will ultimately be sent in.
- For example, the CRC32 used in Gzip and Bzip2 use the same polynomial, but Gzip employs reversed bit ordering, while Bzip2 does not.
- The third is the most popular, and described by Schneier; Meyer describes a related, but incompatible scheme ( with respect to bit ordering and key use ).
- It's difficult to find bit ordering in a sentence. 用bit ordering造句挺難的
- Various CRC standards extend the polynomial division algorithm by specifying an initial shift register value, a final exclusive OR step and, most critically, a bit ordering ( endianness ).
- To communicate with systems that require a different bit ordering than the local default, local software can re-order the bits within each byte just before sending and just after receiving.
- The lsbit-first CRC is slightly simpler to implement in software, so is somewhat more commonly seen, but many programmers find the msbit-first bit ordering easier to follow.
- The format of a MAC data frame in which the octets of MAC addresses conveyed in the MAC user data field have the same bit ordering as in the Bit-reversed representation .
- The format of a MAC data frame in which the octets of any MAC addresses conveyed in the MAC user data field have the same bit ordering as in the Hexadecimal Representation . ( See MAC data frame, MAC addresses)
- This standard is also referred to as " little endian . " Also possible, but rarely used, is " big endian " or MSB ( Most Significant Bit ) first serial communications; this was used, for example, by the IBM 2741 printing terminal . ( See Bit numbering for more about bit ordering . ) The order of bits is not usually configurable within the serial port interface.
- However, when bits are processed a byte at a time, such as when using parallel transmission, byte framing as in 8B / 10B encoding or RS-232-style asynchronous serial communication, or when implementing a CRC in software, it is necessary to specify the bit ordering ( endianness ) of the data; which bit in each byte is considered " first " and will be the coefficient of the higher power of x.